home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
COMM
/
ICOM100A.ARJ
/
PCP-OFF.SCR
< prev
next >
Wrap
Text File
|
1992-02-09
|
675b
|
20 lines
;=| PC Pursuit Logoff Script v1.00 |==========================================;
; ;
; For use as a @SCRIPT command to plug into a BIF, in the 'Logoff Command' ;
; item, this script logs off PC Pursuit after a sesson completes. ;
; ;
;=============================================================================;
offline DONE ; if not connected, skip it, goto done
AGAIN:
sendbreak
send "^M@"
when
when "@" "D"
waitfor "DISCONNECTED" 8 AGAIN
delay 20
hangup
DONE:
exit